home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00908_Script_14NNoBuyers Continue Script < prev    next >
Text File  |  1995-05-21  |  1KB  |  62 lines

  1. on mouseDown
  2.   put "ContinueBTN" into f
  3.   put "ContinueBTNHL" into fHL
  4.   hiliter 23, f, fHL
  5.   puppetsound "button.aif"
  6.   updatestage
  7. end MouseDown
  8.  
  9. on mouseUp
  10.   global theMovieName, MOTEL, CHEEVERS, gTheDay, Fug, gOneOrTwo, g15a, Sigis
  11.   
  12.   if theMovieName = "F14N26B.MOV" then set CHEEVERS = "c"
  13.   if theMovieName = "P06N02A.MOV" then set MOTEL = "c"
  14.   
  15.   if theMovieName = "F14N27B.MOV" then
  16.     set gOneOrTwo = 2
  17.     WriteUpdatedInfo
  18.     unloadCast theMovieName
  19.     turnOffDollars
  20.     turnOffDaycons
  21.     go frame "EOG"
  22.     exit
  23.   end if
  24.   
  25.   if theMovieName = "F14N28B.MOV" then 
  26.     set gOneOrTwo = 2
  27.     unloadCast theMovieName
  28.     turnOffDollars
  29.     turnOffDaycons
  30.     WriteUpdatedInfo
  31.     go frame "EOG"
  32.     exit
  33.   end if
  34.   
  35.   if theMovieName = "F14N26B.MOV" then 
  36.     set gOneOrTwo = 2
  37.     unloadCast theMovieName
  38.     turnOffDollars
  39.     turnOffDaycons
  40.     WriteUpdatedInfo
  41.     go frame "EOG"
  42.     exit
  43.   end if
  44.   
  45.   if theMovieName = "F14N29B.MOV" then 
  46.     set gOneOrTwo = 2
  47.     unloadCast theMovieName
  48.     turnOffDollars
  49.     turnOffDaycons
  50.     WriteUpdatedInfo
  51.     go frame "EOG"
  52.     exit
  53.   end if
  54.   
  55.   if theMovieName = "P07N15A.MOV" then
  56.     set Sigis = "c"
  57.     set g15A = "x"
  58.   end if
  59.   GameContinue
  60.   
  61. end mouseUp
  62.